home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / NWODIINS.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  2KB  |  71 lines

  1. echo off
  2. REM %%VER NetWare ODI Drivers Installation Utility Program v2.0b
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type ..\blank2.men
  14.  
  15. ..\install\echoxy 4 28 N E T W A R E     M E N U
  16. ..\install\echoxy 6 17 I N S T A L L I N G    N E T W A R E    D R I V E R S
  17. ..\install\echoxy 8 11 This utility program installs the EtherLink III ODI driver
  18. ..\install\echoxy 9 11 on either the NetWare ODI workstation or the ODI workstation
  19. ..\install\echoxy 10 11 installation diskette.
  20.  
  21. ..\install\echoxy 12 24 Continue? (y/n):
  22. ..\install\reply
  23. if errorlevel 122 goto inval
  24. if errorlevel 121 goto getdrv
  25. if errorlevel 111 goto inval
  26. if errorlevel 110 goto netware
  27. if errorlevel 90  goto inval
  28. if errorlevel 89  goto getdrv
  29. if errorlevel 79  goto inval
  30. if errorlevel 78  goto netware
  31. if errorlevel 60  goto inval
  32. if errorlevel 59  goto help
  33. if errorlevel 28  goto inval
  34. if errorlevel 27  goto netware
  35. if errorlevel 1   goto inval
  36.  
  37. :getdrv
  38. ..\install\echoxy 0 0
  39. ..\install\echoxy 14 10 NOTE:  Do not append a backslash (\) at the end of the path.
  40. ..\install\echoxy 12 10
  41. ..\install\get s " Enter the target path (drive:path):  "
  42.  
  43. set tarpath=%get%
  44. ..\install\echoxy 14 10
  45. type ..\blank.lin
  46. ..\install\echoxy 14 10
  47. ..\install\get n  " Install files to %tarpath% (y/n): "
  48. if errorlevel 126 goto netware
  49. if errorlevel 89 goto ok
  50. nwodiins
  51.  
  52. :ok
  53. odi\update %tarpath%
  54.  
  55. :inval
  56. ..\install\echoxy 21 17 **** Invalid key, try again. ****
  57. echo 
  58. echo 
  59. echo.
  60. nwodiins
  61.  
  62. :help
  63. ..\install\echoxy 24 1
  64. type odi\insodi.hlp
  65. pause
  66. nwodiins
  67.  
  68. :netware
  69. netware
  70.  
  71.